home *** CD-ROM | disk | FTP | other *** search
- ------------------------------------------------------------------------
- Version 1.0 of ln Distribution is 2-Feb-94
- ------------------------------------------------------------------------
-
- ln - create symbolic links
-
-
- This program acts nearly identical to the UNIX command of the same name.
-
-
- Usage:
- ln [-s] destination source [source . . . ]
-
- Where
- -s means create a soft link
- otherwise, a hard link to the destination is created
-
- destination is the required object which will be pointed to
- by the link.
-
- source is the name of the link which will point to the
- destination.
-
- You are allowed to name as many link names as you want to
- point at a single destination.
-
-
- ------------------------------------------------------------------------
-
-
- This program was created by Chris Hooper (cdh@mtu.edu)
- ------------------------------------------------------------------------
-